bitkeeper revision 1.1236.1.86 (423c7f494Fy0dmD69mD1SkvSgdLfbg)
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 19 Mar 2005 19:36:41 +0000 (19:36 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 19 Mar 2005 19:36:41 +0000 (19:36 +0000)
Fix x86/64 build.
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/shadow.c
xen/arch/x86/x86_64/mm.c
xen/common/page_alloc.c
xen/include/asm-x86/shadow.h

index e5b369ebc8c67efafa1f4bf8229af111257e1e96..f9c1b84ff770645c40bc1dde524295c02a677105 100644 (file)
@@ -6,6 +6,7 @@
 #include <asm/domain_page.h>
 #include <asm/page.h>
 #include <xen/event.h>
+#include <xen/sched.h>
 #include <xen/trace.h>
 
 /********
index bc61aeb2fe1995427ba984c8bedba18a1b8d9c96..68f79f77ccdf39097e7f23ef4135ab507d607c54 100644 (file)
@@ -22,6 +22,7 @@
 #include <xen/lib.h>
 #include <xen/init.h>
 #include <xen/mm.h>
+#include <xen/sched.h>
 #include <asm/page.h>
 #include <asm/flushtlb.h>
 #include <asm/fixmap.h>
index b23733255835a19794164935c1737ba4a9d43da7..9879616e15e2a70d1a4444f5838e6cc13d72d865 100644 (file)
@@ -25,6 +25,7 @@
 #include <xen/types.h>
 #include <xen/lib.h>
 #include <xen/perfc.h>
+#include <xen/sched.h>
 #include <xen/spinlock.h>
 #include <xen/slab.h>
 #include <xen/irq.h>
index bbf59f3d1e883666f9f088471a3a929c81b59c81..47215107055d0762d7dd5b6d0c37486eb42e55be 100644 (file)
@@ -5,8 +5,10 @@
 #include <xen/config.h>
 #include <xen/types.h>
 #include <xen/perfc.h>
+#include <xen/sched.h>
 #include <asm/processor.h>
 #include <asm/domain_page.h>
+#include <public/dom0_ops.h>
 
 /* Shadow PT flag bits in shadow_status */
 #define PSH_shadowed    (1<<31) /* page has a shadow. PFN points to shadow */